@charset "utf-8";

.in_gy_07{
    min-height: 250px;
    padding: 50px 0;
    box-sizing: content-box;
 }

.in_gy_07_01{
    color: #fff;
}
.in_gy_07_02{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    padding-bottom: 50px;
}


.in_gy_07_03{
    width: 150px;
    height: 50px;
    margin: 0 auto;
}
.in_gy_07_03 a{
    display: block;
    width: 150px;
    line-height: 50px;
    border: #fff 1px solid ;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all .5s ease;
    box-sizing: content-box;
}
.in_gy_07_03 a:hover{
    background-color: #fff;
    color: #333;
    transition: all .5s ease;
}
@media screen and (max-width: 1199px){
    .in_gy_07_02{
        width: 90%;
        margin: 0 auto;
    }
    
    
    
}